home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 038a / procom21.zip / DP201.EXE / ESCTIME.DTP < prev    next >
Text File  |  1991-08-22  |  2KB  |  37 lines

  1. #
  2. #   ESCTIME.DTP - for use with DT_PATCH.EXE
  3. #
  4. #   Copyright (C) 1991 DATASTORM TECHNOLOGIES, INC.
  5. #
  6. #   All Rights Reserved
  7. #
  8. #   Target File: PCPLUS.EXE version 2.01
  9. #
  10. #   When an ESCAPE is received by PROCOMM PLUS, the program waits a maximum
  11. #   of two seconds for another character to continue the escape sequence.
  12. #   If another character does not arrive in this time, we no longer treat
  13. #   the incoming characters as part of a potential escape sequence but
  14. #   simply as ordinary received characters.  For some packet-switching
  15. #   networks with extreme delays the two second wait is not long enough.
  16. #
  17. #   This patch changes the two second wait to four seconds (the value
  18. #   72 is clock ticks where each second is 18 ticks [4 * 18 = 72]).  If
  19. #   a different timeout is desired, replace the value 72 with any value
  20. #   between 0 and 255 (255 = 14 seconds).  If 14 seconds isn't a
  21. #   sufficient wait period, replace the default of 72 with 255 and change
  22. #   the bottom line.  The value on the bottom line is the number of
  23. #   14-second increments you desire.
  24. #
  25. #   For example, specifying a value of 3 on the bottom line and 255 on
  26. #   the line above it will result in a wait period of 56 seconds (3 *
  27. #   14-seconds plus 14 seconds).  A value of 10 on the bottom line and
  28. #   255 on the line above it will result in a wait period of 154 seconds
  29. #   (10 * 14) + 14.   Values of 255 on the last two lines will result in
  30. #   a wait period of 3584 seconds (about an hour).
  31. #
  32. @PCPLUS.EXE
  33. =214016
  34. O28328
  35. 72
  36. 0
  37.